 /** guanggao **/

#pp2{
    width:9999px;
    height:9999px;
    animation:switch 15s infinite;
    }
    #pp2>img{
    float:left;
    width:1200px;
    height:400px;
    }
    #pp1{
    width:1200px;
    height:400px;
    overflow:hidden;
    margin-top: 20px;
    }
    @keyframes switch{
    0%{};
    20%{transform:translateX(0px);}
    40%{transform:translateX(-1200px);}
    60%{transform:translateX(-2400px);}
    80%{transform:translateX(-3600px);}
    100%{transform:translateX(-4800px);}
}












 /** swimwear **/
.guanggao img{
    width: 1200px;
    height: 400px;
 }
.title{
    height: 900px;;
    margin-top: 20px;   
 }
.title-l{
    position: absolute;
    float: left;
    width: 600px;
    height: 850px;
    margin-top: 20px;
}

.title-r{
    float: right;
    width: 400px;
    height: 600px;
    margin-top: 80px;

}
.title-r h3{
    font-size: 30px;
    border-bottom:1px solid ;
    line-height:2;  
}
.title-r a{
    font-size: 30px;
    line-height:2;
    background-color:#914444;

    color: #ddeedd;
    border-radius: 10px;
    margin-top: 20px;   
    display: inline-block;
}
.title-r ul{
    margin: 20px 0px 20px 0px;
    border-bottom:1px solid ;

}
.title-r ul li {
    border-top:1px dashed ;
    text-align: left;
    margin: auto;
    font-size: 24px;
    line-height:3.2;

}
.title-l img:hover {
    border:1px solid ;
    color: red;
}
#div1 img {
    width: 650px;
    height: 750px;
    overflow: hidden;
    margin-left: 0px;
}
#div2 img {
    width: 100px;
    height: 100px;
    margin: 5px;
    padding: 0px;
}
/** Contact us **/
.contact{
    overflow: hidden;

    margin-top: 10px;
}
.Details{
    margin-top: 10px;
}
.Details h3{
    font-size: 26px;
    border-bottom:1px solid ;
    line-height:2;  

}
.Details ul li {
    float: left;
}
.Bold{
    font-weight: 800;
    font-size: 20px;
    color:#7e76f3;
}
.important{
    font-size: 24px;
}
/** Product Introduction **/

.introduction p{
    font-size: 16px;
    margin-top: 10px;
    height: 80px;
}
.introduction p:hover{
    color: red;
}
/** Product1 **/
.product{
    overflow: hidden;
    margin-top: 20px;
}
.product img{
    width: 1200px;
    height: auto;
}

